home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / nm-applet / ce-page-wired.glade < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-14  |  7.8 KB  |  189 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
  3. <!--*- mode: xml -*-->
  4. <glade-interface>
  5.   <widget class="GtkWindow" id="wired_page_widget">
  6.     <property name="title" translatable="yes">window1</property>
  7.     <child>
  8.       <widget class="GtkTable" id="WiredPage">
  9.         <property name="visible">True</property>
  10.         <property name="border_width">12</property>
  11.         <property name="n_rows">6</property>
  12.         <property name="n_columns">2</property>
  13.         <property name="column_spacing">12</property>
  14.         <property name="row_spacing">6</property>
  15.         <child>
  16.           <widget class="GtkLabel" id="wired_port_label">
  17.             <property name="visible">True</property>
  18.             <property name="xalign">0</property>
  19.             <property name="label" translatable="yes">_Port:</property>
  20.             <property name="use_underline">True</property>
  21.             <property name="mnemonic_widget">wired_port</property>
  22.           </widget>
  23.           <packing>
  24.             <property name="x_options">GTK_FILL</property>
  25.             <property name="y_options"></property>
  26.           </packing>
  27.         </child>
  28.         <child>
  29.           <widget class="GtkComboBox" id="wired_port">
  30.             <property name="visible">True</property>
  31.             <property name="items" translatable="yes">Automatic
  32. Twisted Pair (TP)
  33. Attachment Unit Interface (AUI)
  34. BNC
  35. Media Independent Interface (MII)</property>
  36.           </widget>
  37.           <packing>
  38.             <property name="left_attach">1</property>
  39.             <property name="right_attach">2</property>
  40.             <property name="y_options">GTK_FILL</property>
  41.           </packing>
  42.         </child>
  43.         <child>
  44.           <widget class="GtkLabel" id="wired_speed_label">
  45.             <property name="visible">True</property>
  46.             <property name="xalign">0</property>
  47.             <property name="label" translatable="yes">_Speed:</property>
  48.             <property name="use_underline">True</property>
  49.             <property name="mnemonic_widget">wired_speed</property>
  50.           </widget>
  51.           <packing>
  52.             <property name="top_attach">1</property>
  53.             <property name="bottom_attach">2</property>
  54.             <property name="x_options">GTK_FILL</property>
  55.             <property name="y_options"></property>
  56.           </packing>
  57.         </child>
  58.         <child>
  59.           <widget class="GtkComboBox" id="wired_speed">
  60.             <property name="visible">True</property>
  61.             <property name="items" translatable="yes">Automatic
  62. 10 Mb/s
  63. 100 Mb/s
  64. 1 Gb/s
  65. 10 Gb/s</property>
  66.           </widget>
  67.           <packing>
  68.             <property name="left_attach">1</property>
  69.             <property name="right_attach">2</property>
  70.             <property name="top_attach">1</property>
  71.             <property name="bottom_attach">2</property>
  72.             <property name="y_options"></property>
  73.           </packing>
  74.         </child>
  75.         <child>
  76.           <widget class="GtkCheckButton" id="wired_duplex">
  77.             <property name="visible">True</property>
  78.             <property name="can_focus">True</property>
  79.             <property name="label" translatable="yes">Full duple_x</property>
  80.             <property name="use_underline">True</property>
  81.             <property name="response_id">0</property>
  82.             <property name="draw_indicator">True</property>
  83.           </widget>
  84.           <packing>
  85.             <property name="right_attach">2</property>
  86.             <property name="top_attach">2</property>
  87.             <property name="bottom_attach">3</property>
  88.             <property name="x_options">GTK_FILL</property>
  89.             <property name="y_options"></property>
  90.           </packing>
  91.         </child>
  92.         <child>
  93.           <widget class="GtkCheckButton" id="wired_autonegotiate">
  94.             <property name="visible">True</property>
  95.             <property name="can_focus">True</property>
  96.             <property name="label" translatable="yes">Aut_onegotiate</property>
  97.             <property name="use_underline">True</property>
  98.             <property name="response_id">0</property>
  99.             <property name="draw_indicator">True</property>
  100.           </widget>
  101.           <packing>
  102.             <property name="right_attach">2</property>
  103.             <property name="top_attach">3</property>
  104.             <property name="bottom_attach">4</property>
  105.             <property name="x_options">GTK_FILL</property>
  106.             <property name="y_options"></property>
  107.           </packing>
  108.         </child>
  109.         <child>
  110.           <widget class="GtkLabel" id="label26">
  111.             <property name="visible">True</property>
  112.             <property name="xalign">0</property>
  113.             <property name="label" translatable="yes">_MAC address:</property>
  114.             <property name="use_underline">True</property>
  115.           </widget>
  116.           <packing>
  117.             <property name="top_attach">4</property>
  118.             <property name="bottom_attach">5</property>
  119.             <property name="x_options">GTK_FILL</property>
  120.             <property name="y_options"></property>
  121.           </packing>
  122.         </child>
  123.         <child>
  124.           <widget class="GtkEntry" id="wired_mac">
  125.             <property name="visible">True</property>
  126.             <property name="can_focus">True</property>
  127.             <property name="tooltip_text">This option locks this connection to the network device specified by the MAC address entered here.  Example: 00:11:22:33:44:55</property>
  128.           </widget>
  129.           <packing>
  130.             <property name="left_attach">1</property>
  131.             <property name="right_attach">2</property>
  132.             <property name="top_attach">4</property>
  133.             <property name="bottom_attach">5</property>
  134.             <property name="y_options"></property>
  135.           </packing>
  136.         </child>
  137.         <child>
  138.           <widget class="GtkLabel" id="label27">
  139.             <property name="visible">True</property>
  140.             <property name="xalign">0</property>
  141.             <property name="label" translatable="yes">MT_U:</property>
  142.             <property name="use_underline">True</property>
  143.             <property name="mnemonic_widget">wired_mtu</property>
  144.           </widget>
  145.           <packing>
  146.             <property name="top_attach">5</property>
  147.             <property name="bottom_attach">6</property>
  148.             <property name="x_options">GTK_FILL</property>
  149.             <property name="y_options"></property>
  150.           </packing>
  151.         </child>
  152.         <child>
  153.           <widget class="GtkHBox" id="hbox1">
  154.             <property name="visible">True</property>
  155.             <property name="spacing">6</property>
  156.             <child>
  157.               <widget class="GtkSpinButton" id="wired_mtu">
  158.                 <property name="visible">True</property>
  159.                 <property name="can_focus">True</property>
  160.                 <property name="adjustment">0 0 10000 1 10 10</property>
  161.                 <property name="climb_rate">1</property>
  162.               </widget>
  163.             </child>
  164.             <child>
  165.               <widget class="GtkLabel" id="label28">
  166.                 <property name="visible">True</property>
  167.                 <property name="label" translatable="yes">bytes</property>
  168.               </widget>
  169.               <packing>
  170.                 <property name="expand">False</property>
  171.                 <property name="fill">False</property>
  172.                 <property name="position">1</property>
  173.               </packing>
  174.             </child>
  175.           </widget>
  176.           <packing>
  177.             <property name="left_attach">1</property>
  178.             <property name="right_attach">2</property>
  179.             <property name="top_attach">5</property>
  180.             <property name="bottom_attach">6</property>
  181.             <property name="x_options">GTK_FILL</property>
  182.             <property name="y_options">GTK_FILL</property>
  183.           </packing>
  184.         </child>
  185.       </widget>
  186.     </child>
  187.   </widget>
  188. </glade-interface>
  189.